home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / dhhelper.zip / CATALOG.DOC < prev    next >
Text File  |  1990-05-31  |  5KB  |  116 lines

  1. PROGRAM DESCRIPTION.
  2.  
  3. Three descriptions of THE HELPER are included here, for catalog listings.
  4. They may be edited if required, provided the edited version remains accurate.
  5.  
  6.  
  7. The Helper v3.2 - Creating Help screens and hypertext files
  8. ============================================================
  9.  
  10. Long Description
  11. -----------------
  12. The Helper is a fully integrated package for creating hypertext-
  13. like programs and help files with the following features:
  14.  
  15.   *  Create a "Help file" from an ASCII text file, and compile it
  16.      into an interactive hypertext document. This can be used as
  17.      an information document for inter-related topics, or as a
  18.      controlling program in its own right.
  19.  
  20.   *  Each file can have up to 254 categories of information, with
  21.      up to 254 pages (screens) per category. Scroll within a
  22.      category, or flip between pages and categories with cursors;
  23.  
  24.   *  backtrack through previously-selected categories;
  25.  
  26.   *  animate the screens by using time-delay overlays;
  27.  
  28.   *  search for text;
  29.  
  30.   *  print some or all of the Help screens;
  31.  
  32.   *  set window size and position individually for each page,
  33.      with full color control on each page;
  34.  
  35.   *  cursor actions can be programmed to execute specific DOS
  36.      commands, or enter a DOS shell (for sophisticated menu
  37.      programs, auto-installation routines, etc).
  38.  
  39.   *  The Helper itself contains masses of help screens to guide
  40.      you through all the features and aspects of the program
  41.      while you develop your own applications.
  42.  
  43.   *  sample Help files are supplied as demonstrations and
  44.      tutorials to illustrate most of the features of The Helper.
  45.  
  46. In addition, if you write Turbo Pascal programs you can add
  47. access to the Help files to them, with the above features plus:
  48.  
  49.   *  entry from your program into any specific category of the
  50.      Help file (for context-sensitive help) or automatic entry
  51.      into the most recent category used;
  52.  
  53.   *  exit and re-entry for your own user-specific functions,
  54.      activated either by global "hot keys" or from a cursor bar
  55.      within the document. These user functions could be anything
  56.      from sounding the bell to running another application,
  57.      returning to the controlling Help file on completion.
  58.  
  59. Note that you do NOT require Turbo Pascal to use The Helper. However,
  60. if you are a Turbo Pascal programmer you can incorporate access to your
  61. compiled Help files directly into your programs. Sample Turbo Pascal
  62. programs are supplied to demonstrate how easy it is to do this. In its
  63. simplest application only 2 or 3 lines of source code are required.
  64.  
  65.  
  66.  
  67.  
  68. Medium Description
  69. -------------------
  70. With The Helper you can create hypertext-like programs and help files.
  71. An ASCII text file is compiled into an interactive hypertext document
  72. with up to 254 categories each with up to 254 pages. Once compiled it
  73. can be used as an information document for inter-related topics, or it
  74. can become a controlling program in its own right. Major features are:
  75.  
  76. Masses of help screens for all the program's features.
  77. Flip between categories with cursor bar.
  78. Backtrack through previously-selected categories.
  79. Animate the screens by using time-delay overlays.
  80. Search for text, and print some or all of the Help screens.
  81. Set window size, position and colors individually for each page.
  82. Cursor actions can be programmed to execute specific DOS commands,
  83.   or enter a DOS shell (e.g. menu programs, auto-installation routines).
  84. Sample Help files are supplied as demonstrations and tutorials.
  85.  
  86. In addition, if you write Turbo Pascal programs you can access the Help
  87. files directly from them, including context-sensitive help and global
  88. "hot keys" or cursor selection for activating user-specific functions.
  89. These could be anything from sounding a bell to running another
  90. application, returning to the controlling Help file on completion.
  91.  
  92. Note that you do NOT require Turbo Pascal to use The Helper. However,
  93. sample Turbo Pascal programs are supplied to demonstrate how easy it is
  94. to add the Help files to your own programs. In its simplest application
  95. only 2 or 3 lines of source code are required for full access to a Help
  96. file for your program, including all the features listed above.
  97.  
  98.  
  99.  
  100.  
  101. Short Description
  102. ------------------
  103. Create hypertext-like programs and help files to be used as information
  104. documents for inter-related topics, or as controlling programs in their
  105. own right. Masses of help screens;  Easily flip between categories;
  106. Backtracking;  Animated screens using time-delay overlays;  Search for
  107. text;  Print screens;  Set window size, position and colors for each page;
  108. Program cursor actions to execute specific DOS commands or shell (for menu
  109. programs, auto-installation routines, etc).
  110.  
  111. If you write Turbo Pascal programs you can also access the Help files
  112. directly from them, including context-sensitive help and global "hot keys"
  113. or cursor selection for activating user-specific functions. Note that you
  114. do NOT require Turbo Pascal to use The Helper, though sample TP programs
  115. are supplied to demonstrate how to add the Help files to your own programs.
  116.